From e2933e9b42c18a5e41c1076a35bb0275cd44c9d3 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 2 Nov 2007 09:53:28 +0000 Subject: [PATCH] xen: Remove stdint.h include. Xen defines its own types. Signed-off-by: Keir Fraser --- xen/include/xen/multiboot2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/include/xen/multiboot2.h b/xen/include/xen/multiboot2.h index 3014bba1fb..1811750a42 100644 --- a/xen/include/xen/multiboot2.h +++ b/xen/include/xen/multiboot2.h @@ -31,8 +31,6 @@ /* Passed from the bootloader to the kernel. */ #define MB2_BOOTLOADER_MAGIC 0x36d76289 -#include - #define for_each_tag(_tag, _tags) \ for ((_tag) = (_tags); \ ((_tag)->key != MB2_TAG_END && (_tag)->key != 0); \ -- 2.30.2